home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 8704 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: news.cstone.net!usenet
  2. From: scottv@cstone.net (Scott)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Linking problems with MMIO-functions.
  5. Date: 26 Feb 1996 03:08:35 GMT
  6. Organization: Cornerstone Networks - Pure Internet!
  7. Message-ID: <4gr87j$fj8@dot.cstone.net>
  8. References: <4gkmr6$n5b@hasle.sn.no>
  9. NNTP-Posting-Host: dialin11.cstone.net
  10. Mime-Version: 1.0
  11. Content-Type: Text/Plain; charset=US-ASCII
  12. X-Newsreader: WinVN 0.99.7
  13.  
  14. In article <4gkmr6$n5b@hasle.sn.no>, onohr@sn.no says...
  15. >
  16. >Hello!
  17. >
  18. >My company is porting a Borland 3.1 application to VC++ 4.0 and we 
  19. >have some problems with the MMIO-functions. The error messages we reseive
  20. >are as follows:
  21. >
  22. >.. error LNK2001: unresolved external symbol __imp__mmioClose@8
  23. >.. error LNK2001: unresolved external symbol __imp__mmioClose@8
  24. >.. error LNK2001: unresolved external symbol __imp__mmioAscend@12
  25. >.. error LNK2001: unresolved external symbol __imp__mmioAscend@12
  26. >.. error LNK2001: unresolved external symbol __imp__mmioCreateChunk@12
  27. >
  28. >What is wrong? I find nothing in the help system...
  29. >Any ideas ?
  30. >
  31. >Thanks in advance....
  32. >
  33. >
  34. >- Ola
  35. >
  36. >
  37.  
  38. Are you linking the WINMM.LIB library into the project.  I had a similar 
  39. problem awhile back due to the linker not including the library.  Good luck, 
  40. I hope this works for you.
  41.  
  42.     Sincerely,
  43.     N. Scott Vann    
  44.     Motivational Concepts, Inc.
  45.     Software Engineer/Multimedia Training Systems
  46.  
  47.